GAO Ballot Package

This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.

Uslab\pract-uslab-example2.json

Raw JSON (canonical form)

USLab PHPractitioner Canonical Example: Dr Bill T Lookafter Jr

{
  "resourceType": "Practitioner",
  "id": "pract-uslab-example2",
  "text": {
    "status": "generated",
    "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: pract-uslab-example2</p><p><b>identifier</b>: 121121121 (OFFICIAL)</p><p><b>name</b>: Bill T Lookafter </p><p><b>telecom</b>: ph: (617)5551234 ext.12, docbill@healthedatainc.com</p><p><b>address</b>: 100 Medical Drive Suite 6 Boston MA 01236 USA (WORK)</p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>ManagingOrganization</b></td></tr><tr><td>*</td><td><a>Children's Hospital</a></td></tr></table></div>"
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "121121121",
      "_value": {
        "fhir_comments": [
          "   NPI  "
        ]
      }
    }
  ],
  "name": {
    "family": [
      "Lookafter"
    ],
    "given": [
      "Bill",
      "T"
    ],
    "suffix": [
      "Jr"
    ]
  },
  "telecom": [
    {
      "system": "phone",
      "value": "(617)5551234 ext.12"
    },
    {
      "system": "email",
      "value": "docbill@healthedatainc.com"
    }
  ],
  "address": [
    {
      "extension": [
        {
          "fhir_comments": [
            "   EH replace with example.org temporarily to pass validation\n\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/us-core-county\">\n\t\t\t<extension url=\"http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding\">\n  "
          ],
          "extension": [
            {
              "url": "http://example.org//iso21090-SC-coding",
              "valueCoding": {
                "system": "https://www.census.gov/geo/reference",
                "code": "42043"
              }
            }
          ],
          "url": "http://example.org/us-core-county"
        }
      ],
      "use": "work",
      "line": [
        "100 Medical Drive",
        "Suite 6"
      ],
      "city": "Boston",
      "state": "MA",
      "postalCode": "01236",
      "country": "USA"
    }
  ],
  "practitionerRole": [
    {
      "managingOrganization": {
        "reference": "Organization/org-uslab-example1",
        "display": "Children's Hospital"
      }
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.